paziresh24-legacy-auth
    paziresh24-legacy-auth
    • reset password
      POST
    • login
      POST
    • register
      POST

      register

      Developing
      POST
      https://www.paziresh24.com/api/register

      Request

      Body Params multipart/form-data

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://www.paziresh24.com/api/register' \
      --form 'cell=""' \
      --form 'username=""' \
      --form 'password=""' \
      --form 'name=""' \
      --form 'family=""' \
      --form 'gender=""' \
      --form 'national_code=""' \
      --form 'date_birth=""' \
      --form 'father_name=""' \
      --form 'country_code=""' \
      --form 'is_foreigner=""' \
      --form 'email=""' \
      --form 'province=""' \
      --form 'city=""' \
      --form 'image=""'

      Responses

      🟢200Success
      application/json
      Body

      Example
      {
          "status": "string",
          "message": "string"
      }
      Modified at 2024-08-22 09:13:54
      Previous
      login
      Built with